Skip to content

Bump ruby_llm from 1.13.1 to 1.13.2#33

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby_llm-1.13.2
Closed

Bump ruby_llm from 1.13.1 to 1.13.2#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby_llm-1.13.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps ruby_llm from 1.13.1 to 1.13.2.

Release notes

Sourced from ruby_llm's releases.

1.13.2

RubyLLM 1.13.2: Patch Fixes for Schema + Streaming 🐛🔧

A small patch release with three fixes.

🧩 Fix: Schema Names Are Always OpenAI-Compatible

Schema names now always produce a valid response_format.json_schema.name for OpenAI:

  • namespaced names like MyApp::Schema are sanitized
  • blank names now safely fall back to response

Fixes #654.

🌊 Fix: Streaming Ignores Non-Hash SSE Payloads

Streaming handlers now skip non-Hash JSON payloads (like true) before calling provider chunk builders, preventing intermittent crashes in Anthropic streaming.

Fixes #656.

🗓️ Fix: models.dev created_at Date Handling

Improved handling for missing models.dev dates when populating created_at metadata.

Installation

gem "ruby_llm", "1.13.2"

Upgrading from 1.13.1

bundle update ruby_llm

Merged PRs

Full Changelog: crmne/ruby_llm@1.13.1...1.13.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruby_llm](https://github.com/crmne/ruby_llm) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/crmne/ruby_llm/releases)
- [Commits](crmne/ruby_llm@1.13.1...1.13.2)

---
updated-dependencies:
- dependency-name: ruby_llm
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 10, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 17, 2026

Superseded by #39.

@dependabot dependabot bot closed this Mar 17, 2026
@dependabot dependabot bot deleted the dependabot/bundler/ruby_llm-1.13.2 branch March 17, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants